<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Word-Count/Word Count, branch v1.0</title>
<subtitle>Word counter for the current TextEdit document</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/'/>
<entry>
<title>MainMenu.xib: Make filename label the width of the window</title>
<updated>2018-10-08T16:32:26+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:32:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=d55e24c550c03dfc7d174247d1d96438a62fd4b3'/>
<id>d55e24c550c03dfc7d174247d1d96438a62fd4b3</id>
<content type='text'>
Otherwise names that were larger than "No File" would be cut off.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise names that were larger than "No File" would be cut off.
</pre>
</div>
</content>
</entry>
<entry>
<title>Close the application when the window is closed with the close button</title>
<updated>2018-10-08T16:31:22+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=d676974a5a66c6cbb89a1b2cc0333ff1d7acf1cb'/>
<id>d676974a5a66c6cbb89a1b2cc0333ff1d7acf1cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MainMenu.xib: Change filename label to "No File"</title>
<updated>2018-10-08T16:23:46+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=0a809e7f7b275d3eff5e93b957183732093f3210'/>
<id>0a809e7f7b275d3eff5e93b957183732093f3210</id>
<content type='text'>
Makes it clear that the application wasn't able to find a file to read
from.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes it clear that the application wasn't able to find a file to read
from.
</pre>
</div>
</content>
</entry>
<entry>
<title>MainMenu.xib: Remove non-essentials from menu bar</title>
<updated>2018-10-08T16:23:46+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:22:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=5be9faa47e5b4f623a0951d99a017aa639252899'/>
<id>5be9faa47e5b4f623a0951d99a017aa639252899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MainMenu.xib: Remove Auto Layout</title>
<updated>2018-10-08T16:17:21+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:17:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=995ec750f18f32217b9368b57bdef28d7ef64b30'/>
<id>995ec750f18f32217b9368b57bdef28d7ef64b30</id>
<content type='text'>
Fix this error:

  error: Auto Layout before OS X 10.7

by un-checking the "Use Auto Layout" check box in Interface Builder.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix this error:

  error: Auto Layout before OS X 10.7

by un-checking the "Use Auto Layout" check box in Interface Builder.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix missing nib file from bd8933f4a930150cc0f9fa8f5f8d5a2c21df96c7</title>
<updated>2018-10-08T16:15:43+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T16:13:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=029f71e17ff85e892477a140368c05f5df78dc68'/>
<id>029f71e17ff85e892477a140368c05f5df78dc68</id>
<content type='text'>
I accidentally deleted the nib file when disabling internationalisation.
When prompted, I had selected the "Move to Trash" option instead of the
"Move to English" option, thinking that the non-defined files would get
moved and the English one would remain. Not so. This restores the nib
file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I accidentally deleted the nib file when disabling internationalisation.
When prompted, I had selected the "Move to Trash" option instead of the
"Move to English" option, thinking that the non-defined files would get
moved and the English one would remain. Not so. This restores the nib
file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change deployment target to 10.6</title>
<updated>2018-10-08T15:45:15+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T15:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=bd8933f4a930150cc0f9fa8f5f8d5a2c21df96c7'/>
<id>bd8933f4a930150cc0f9fa8f5f8d5a2c21df96c7</id>
<content type='text'>
Uncheck the "Use Base Internationalization" check box in the project
Info panel as that requires OS 10.8 or higher.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uncheck the "Use Base Internationalization" check box in the project
Info panel as that requires OS 10.8 or higher.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a label to display the filename of the document used</title>
<updated>2018-10-08T15:33:03+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T15:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=f722251e725d6ed0ee8434ad2207a00d7f09c3a7'/>
<id>f722251e725d6ed0ee8434ad2207a00d7f09c3a7</id>
<content type='text'>
Provides a way to confirm that the word counter operated on the expected
document.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Provides a way to confirm that the word counter operated on the expected
document.
</pre>
</div>
</content>
</entry>
<entry>
<title>MainMenu.xib: Extend width of count labels</title>
<updated>2018-10-08T15:21:04+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T15:21:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=6e9372ca64d9d33195caae6a37b3ad778ab75ca7'/>
<id>6e9372ca64d9d33195caae6a37b3ad778ab75ca7</id>
<content type='text'>
Previously they were only a single digit wide. Extend them to reach the
right edge of the window to allow large numbers to be displayed
correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously they were only a single digit wide. Extend them to reach the
right edge of the window to allow large numbers to be displayed
correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the window with character, word, and paragraph counts</title>
<updated>2018-10-08T15:20:06+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2018-10-08T15:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Word-Count/commit/?id=e627e55bc24355cf33fff2aceb704298085bc681'/>
<id>e627e55bc24355cf33fff2aceb704298085bc681</id>
<content type='text'>
Turns out you have to call Objective-C methods, weird. Never seen that
syntax in AppleScript before. Neat though once you know.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turns out you have to call Objective-C methods, weird. Never seen that
syntax in AppleScript before. Neat though once you know.
</pre>
</div>
</content>
</entry>
</feed>
